home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / pc / Code / Chapter04 / test1.s3d < prev    next >
Text File  |  2000-07-27  |  1KB  |  44 lines

  1.  
  2. DEF Box01 Transform {
  3.    translation 0 0 0
  4.    children [
  5.       Shape {
  6.          appearance [
  7.             MultiAppearance {
  8.                material Material {
  9.                   diffuseColor 0.6039 0.6039 0.898
  10.                }
  11.             }
  12.          ]
  13.          geometry MultiMesh {
  14.             coord DEF Box01-COORD Coordinate {
  15.                point [
  16.                   -50   0   50
  17.                    50   0   50
  18.                   -50   0  -50
  19.                    50   0  -50
  20.                   -50 100   50
  21.                    50 100   50
  22.                   -50 100  -50
  23.                    50 100  -50
  24.                ]
  25.             }
  26.             coordIndex [
  27.                0 2 3 -1
  28.                3 1 0 -1
  29.                4 5 7 -1
  30.                7 6 4 -1
  31.                0 1 5 -1
  32.                5 4 0 -1
  33.                1 3 7 -1
  34.                7 5 1 -1
  35.                3 2 6 -1
  36.                6 7 3 -1
  37.                2 0 4 -1
  38.                4 6 2 -1
  39.             ]
  40.          }
  41.       }
  42.    ]
  43. }
  44.